home *** CD-ROM | disk | FTP | other *** search
- on stonecold
- global soundspathstart, gWinDriveLetter, installpath, cdpath, effectspath, fxpath
- installpath = the moviePath
- fxpath = the moviePath & "fx\"
- effectspath = the moviePath & "fx\"
- if the machineType = 256 then
- getWinInfo()
- soundspathstart = gWinDriveLetter & ":\sounds\"
- cdpath = gWinDriveLetter & ":\"
- else
- getMacDiscInfo()
- end if
- end
-
- on getWinInfo
- go("option1")
- end
-
- on getMacDiscInfo
- global soundspathstart, gWinDriveLetter, installpath, cdpath, effectspath, fxpath
- installpath = the moviePath
- fxpath = the moviePath & "fx:"
- effectspath = the moviePath & "fx:"
- soundspathstart = "dream:sounds:"
- cdpath = "dream:"
- end
-